identifier (ID)
1. A character or group of characters used to identify or name item of data and possibly to indicate certain properties of that data.; 一種用于標志或命名數據項并可能指出該數據的某些特性的字符或字符串。 2. A lexical unit that names a language object. Examples:The names of variables, arrays,records,labels,procedures, etc. Note:An identifier usually consists of a letter optionally followed by letters, digits or other characters. | 編程語言中命名語言對象的一種詞法單位。例如變量名、數組名、記錄名、標號名、 過程名等。注: 組成標識符的第一個字符通常限制為字母,其后可任意選用若干字母、 數字或其它字符。 3. In COBOL,a data name ,unique in itself ,or made unique by the syntactically correct combination of qualifiers,subscripts, and indexes. | COBOL語言中的一種數據名,它本身是唯一的,或者通過限定詞、下標和索引在語法上 正確組合后而達到唯一的數據名。